Commit Graph

28 Commits

Author SHA1 Message Date
Michael Shigorin
3423067e72 disk.c: fix the broken suggestion wording
It was pidgin engrish in the first place and quite unhelpful
along the most common error path (lost race against boot media
leading to a moot offer to choose some fixed disk partition).
2015-02-27 00:48:04 +03:00
Michael Shigorin
e285a0fe47 disk.c: optimize filesystem probing order
ISO9660 is the expected image partition fstype now,
and NTFS is really the last thing to be probed
as it needs extra modules to be present in stage1.
2014-04-14 21:54:02 +04:00
Sisyphus
6e000ec0e3 add missed includes 2013-11-06 20:34:30 +04:00
Anton V. Boyarshinov
b5573f97da ext4 filesystem support added 2013-07-16 17:39:08 +04:00
Anton V. Boyarshinov
9e192f61c4 splash stages unified 2010-12-01 13:22:58 +03:00
Anton V. Boyarshinov
5379a6c482 basic plymouth support 2010-11-22 19:56:35 +03:00
Anton V. Boyarshinov
3d2e77074f tty3 creation
waiting /dev/disk added
2010-11-20 19:20:08 +03:00
Anton V. Boyarshinov
1fe7454b84 disk.c: support for glob patterns in disk label 2010-11-17 15:10:32 +03:00
Nick S. Grechukh
34a510f746 try ext3 also 2010-09-24 16:31:26 +03:00
Anton V. Boyarshinov
4e31017bba disk.c: add iso9660 to list of supported filesystems (for hybrid ISO) 2010-05-26 23:08:35 +04:00
Sergey Bolshakov
126c343130 implemented uuid' and label' automatic parms
is is possible to set these parameters for `disk' method
instead of old `disk' and 'partition' ones, i.e:
automatic=method:disk,label:altlnx or
automatic=method:disk,uuid:5fbe7d46-fc41-48c5-bac7-5114b9446efd
2008-05-07 20:41:57 +04:00
Sergey Bolshakov
8d129a2d40 wait for usb-storage devices to show up, if any 2008-04-16 14:36:23 +03:00
Sergey Bolshakov
4d9edc4fe1 minor tweaks for klibc-enabled build 2008-03-15 23:59:16 +03:00
Sergey Bolshakov
b78eaa5775 my_insmod() proto change: consider enum driver_type obsolete 2008-02-29 20:05:35 +03:00
Sergey Bolshakov
feea139224 use version string everywhere in user dialogs 2007-08-02 20:45:59 +04:00
Sergey Bolshakov
48d26b2d15 - cleaned up 2007-03-03 00:48:18 +03:00
Sergey Bolshakov
1d2720df30 made things working:
- ramdisk name calculating
- lowmem parameter, ramdisk will not be loaded, if specified
- stagename parameter appeared, eq "altinst" if not specified
2005-03-05 15:26:22 +00:00
Sergey Bolshakov
e6864f7c18 proper text in ask_insmod, cleanups 2005-03-03 12:37:10 +00:00
Sergey Bolshakov
c5d9d80f43 - added ntfs support
- more env vars:
  + with disk, DEVICE holds partition name, i.e. hda2
  + PIGGYBACK set means install from iso image (disk & nfs)
- HTTP/1.0 from now
2005-03-02 17:48:28 +00:00
Sergey Bolshakov
df3fba6e6e typo in module name 2005-02-16 17:39:09 +00:00
Sergey Bolshakov
9065d4bc5d ide probing 2005-02-15 20:33:05 +00:00
Sergey Bolshakov
c199c141b5 - do not die when couldn't open console rw
- losetup tweaks
2005-02-03 15:38:15 +00:00
Sergey Bolshakov
409d36bfb7 fixed cdrom & disk+iso methods 2005-01-26 13:43:53 +00:00
Sergey Bolshakov
6c7895d197 PREFIX machinery for disk method 2005-01-25 17:22:18 +00:00
Sergey Bolshakov
68463187b0 'disk' install method fixed.
WARNING: proto changed: get_ramdisk_path(char *)
2004-12-12 22:22:50 +00:00
Anton Farygin
8e45f2d2e5 use cloop images for stage2
removed method live (use parameter live for detection stage2 filesystem image)
2004-11-30 11:47:57 +00:00
Alexander V. Nikolaev
b22dd2b038 rollback change name of second stage (keep install2)
src/*.c:  add some malloc checks and more informative error messages
2004-04-03 21:19:34 +00:00
Anton Kachalov
46438969c6 Initial revision 2004-01-20 18:32:43 +00:00