summaryrefslogtreecommitdiffstats
path: root/scripts/breezy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use force_md5 for breezy dapper edgyHideki Yamane2018-03-051-0/+1
| | | | Oldest Ubuntu releases needs to be specified to use force_md5
* Split setup_devices in setup_devices and setup_dynamic_devices,Marco d'Itri2016-02-181-1/+2
| | | | | | | | | | | | | (setup_devices now only deals with static device nodes) and move the calls to setup_devices from the beginning of the second stage to the end of the first stage. setup_dynamic_devices mounts the appropriate filesystems which provide dynamic device nodes for the architectures which need one in debootstrap (kfreebsd and hurd). This fixes a bug in --second-stage introduced in 1.0.34 and exposed by the devices-related changes of 1.0.76: the second stage debootstrap runs "dpkg --print-architecture >/dev/null" at the very beginning of the program when /dev is still empty, so it creates an empty regular file in place of /dev/null and this will cause mknod to fail later. (Closes: #813232)
* Move setup_devices to second stage of bootstrap. Closes: #498731, #531316Otavio Salvador2011-07-261-2/+1
|
* Make scripts directory in source tree look like installed directory,Joey Hess2010-02-181-0/+163
and add a section to README explaining an easy way to run debootstrap w/o installing it. Closes: #345762 r62297