summaryrefslogtreecommitdiff
path: root/scripts/gutsy
AgeCommit message (Collapse)AuthorFilesLines
2011-07-26Move setup_devices to second stage of bootstrap. Closes: #498731, #531316Otavio Salvador1-6/+2
2011-05-20If ubuntu-keyring is installed, check Release signatures against it when ↵Colin Watson1-0/+1
bootstrapping Ubuntu gutsy and later.
2011-03-22Revert multiarch symlink; this is no longer needed now that dpkg has ↵Colin Watson1-1/+0
returned to a single-directory db layout.
2011-03-01For sid and gutsy (a.k.a. natty), install /var/lib/dpkg/info/$(dpkg ↵Colin Watson1-0/+1
--print-architecture) -> . symlink, to cope with multiarch dpkg.
2010-10-31unify error messageJoey Hess1-1/+1
Afaics, neither CONF_BASE_FAIL_FIVE nor CONF_BASE_FAIL is used anywhere (in eg, base-installer), so I unified those also. r65230
2010-10-30Consistently use tab indenting in scripts/gutsy and scripts/sidChristian Perrier1-150/+151
Ptach by Karl Goetz. Closes: #601821 r65224
2010-02-18Make scripts directory in source tree look like installed directory,Joey Hess1-0/+216
and add a section to README explaining an easy way to run debootstrap w/o installing it. Closes: #345762 r62297