From bfde74eb67ed033fe73784da22a04ff83f657922 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 6 Sep 2005 10:19:13 +0000 Subject: [PATCH] mkboot: numbers, not letters release: make sure compilers are bin-owned for chmems --- tools/mkboot | 2 +- tools/release.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/mkboot b/tools/mkboot index f4382a1fb..246a4bf93 100755 --- a/tools/mkboot +++ b/tools/mkboot @@ -174,7 +174,7 @@ cdfdboot) cp -p ../boot/boot /mnt/boot/boot || exit 1 umount $dev || exit 1 installboot -d $dev ../boot/bootblock boot/boot || exit 1 - edparams $dev 'unset bootopts; unset servers; disable=inet; image=/boot/image/image_big; bootbig(=, Regular MINIX 3) { image=/boot/image/image ; boot } bootsmall(-, Small MINIX 3) { image=/boot/image/image_small ; boot } cdproberoot=1; unset rootdev; unset leader; leader() { echo \n--- Welcome to MINIX 3. This is the boot monitor. ---\n\nChoose an option from the menu or press ESC if you need to do anything special.\nOtherwise I will boot with my defaults in 10 seconds.\n\n }; bootcd=1; main(){trap 10000 boot; menu; }; save' || exit + edparams $dev 'unset bootopts; unset servers; disable=inet; image=/boot/image/image_big; bootbig(1, Regular MINIX 3) { image=/boot/image/image ; boot } bootsmall(2, Small MINIX 3) { image=/boot/image/image_small ; boot } cdproberoot=1; unset rootdev; unset leader; leader() { echo \n--- Welcome to MINIX 3. This is the boot monitor. ---\n\nChoose an option from the menu or press ESC if you need to do anything special.\nOtherwise I will boot with my defaults in 10 seconds.\n\n }; bootcd=1; main(){trap 10000 boot; menu; }; save' || exit # copy image dd if=$dev of=cdfdimage bs=8192 count=180 diff --git a/tools/release.sh b/tools/release.sh index 26aae8b58..5a9d373e9 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -151,6 +151,9 @@ mkdir -p $RELEASEDIR/usr/tmp echo " * Transfering $COPYITEMS to $RELEASEDIR" ( cd / && tar cf - $COPYITEMS ) | ( cd $RELEASEDIR && tar xf - ) || exit 1 +# Make sure compilers and libraries are bin-owned +chown -R bin $RELEASEDIR/usr/lib + if [ "$COPY" -ne 1 ] then echo " * Doing new cvs export" -- 2.44.0