]> Zhao Yanbai Git Server - minix.git/commitdiff
Save name of cd drive for package manager
authorBen Gras <ben@minix3.org>
Thu, 2 Feb 2006 18:20:09 +0000 (18:20 +0000)
committerBen Gras <ben@minix3.org>
Thu, 2 Feb 2006 18:20:09 +0000 (18:20 +0000)
commands/scripts/setup.sh

index 68bff081433f788c079630e275858b97dc38db60..da3da0f26b2f1d7b5f63fa5e22449158603aceae 100755 (executable)
@@ -617,6 +617,8 @@ installboot -d /dev/$root /usr/mdec/bootblock /boot/boot >/dev/null || exit
 edparams /dev/$root "rootdev=$root; ramimagedev=$root; $disable; minix(1,Start MINIX 3 (requires at least 16 MB RAM)) { unset image; boot; }; smallminix(2,Start Small MINIX 3 (intended for 8 MB RAM systems)) { image=/boot/image_small; ramsize=0; boot; }; main() { echo By default, MINIX 3 will automatically load in 3 seconds.; echo Press ESC to enter the monitor for special configuration.; trap 3000 boot; menu; }; save" || exit
 pfile="/mnt/src/tools/fdbootparams"
 echo "rootdev=$root; ramimagedev=$root; $disable; save" >$pfile
+# Save name of CD drive
+echo "cddrive=`mount | grep usr | awk '{ print $1 }'`" >>/mnt/etc/rc.package
 
 sync