home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- TMP=/var/log/setup/tmp
- export TEXTDOMAIN=SeTnopart
-
-
- echo -e "`gettext -e "You have not yet designated any disk partitions as type Linux.\
- \n\
- If you are planning to use OS/2 Boot Manager, make your Linux\n\
- partitions with OS/2 fdisk (or Partition Magic, which also\n\
- includes Boot Manager), format them, reboot this disk, and then\n\
- use Linux fdisk to tag the partitions as type 83 (Linux).\n\
- \n\
- Linux fdisk will select a default device when called without\n\
- arguments, and from there it is menu driven. If you don't want\n\
- to partition the default device, then call fdisk with the device\n\
- you want as the argument, like this:\n\
- \n\
- fdisk /dev/hdb\n\
- \n\
- or this:\n\
- \n\
- fdisk /dev/sda\n\
- \n\
- If you are not using the OS/2 Boot Manager, then you may use Linux\n\
- fdisk to create partitions for Linux. Other than the exception for\n\
- the OS/2 Boot Manager, you are usually better off creating\n\
- partitions for a given OS using a partitioning tool native to that\n\
- OS. In other words, you probably shouldn't try to make your DOS or\n\
- other non-Linux partitions with the Linux fdisk.\n\
- \n\
- Please make one or more partitions for Linux, and try setup again.\n\
- If you haven't already, you might want to also make a swap partition\n\
- while you're in fdisk. 64 megabytes would be a good starting size for\n\
- a single user system. Linux swap is tagged as type 82."`" > $TMP/tmpmsg
-
- dialog --title "`gettext "ERROR: No Linux Native Partitions"`" --exit-label OK --textbox "$TMP/tmpmsg" 25 78
-
-